Clarify gdk_surface_get_position
authorMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2019 04:30:03 +0000 (00:30 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 29 May 2019 18:04:08 +0000 (18:04 +0000)
commitfd048005f54a0f044d2b1d01de3886c8daf572a6
tree596b8242be4946bc22949bd5b44c41bec5512034
parent83827d31992121c0716ba0629768dddfcd99fd68
Clarify gdk_surface_get_position

This function returns the position relative to
the surface parent, so will always return 0 for
non-popups. The out arguments don't need to
allow-none either - nobody passes NULL for these.
gdk/gdksurface.c